This application demonstrates the use of the new Report Variable capability.
The RDC now includes Report Variables. These are "smart" variables that can be used to maintain state when you are coding items such as running totals based on a Section_Format event. These Crystal variables can be used in your VB code. They understand what's going on inside the report formatting process at any given time, and they enable you to do more of your report
This sample describes how to use Report Variables to calculate totals based on only part of the data. Since Report Variables accept any valid value from the VB environment, you can use values that only exist at Runtime to change the formatting of your report.
In this sample, there are three columns based on a database: one column of currency values, one column of integer values, and one column of non
Note: Report Variables can only be set and retrieved while the report is formatting.
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |